Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small issues in tests #242

Merged
merged 2 commits into from
Jul 17, 2023
Merged

Conversation

avelanarius
Copy link

Fix two small issues in tests:

  • setUpClass used where tearDownClass should have been used (a copy-paste mistake)
  • skipif instead of xfail of tests that require Java functionality (Java UDFs), Cassandra-specific functionality.

Those 2 commits were originally in #235 PR, extracing them here to make that PR cleaner.

I suspect that executing those tests is causing other failures we see
in CI. Also, executing them on Scylla is pointless, since we don't support
functionality used by them, so it's just makes pipeline run longer.
@avelanarius avelanarius merged commit 44213f3 into scylladb:master Jul 17, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants